Socket
Socket
Sign inDemoInstall

noop-logger

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noop-logger

A logger that does exactly nothing.


Version published
Weekly downloads
517K
decreased by-6.27%
Maintainers
2
Weekly downloads
 
Created

What is noop-logger?

The noop-logger npm package provides a 'no-operation' logger, which means it's a logger that does nothing. It's useful for providing a logger interface that can be used in environments where logging is not desired or necessary, such as in testing or when running in production where you might not want to output logs.

What are noop-logger's main functionalities?

No-operation logging

The noop-logger package provides methods that mimic the standard logging methods such as log, info, warn, and error, but they do not perform any action when called.

{"log": noop-logger.log, "info": noop-logger.info, "warn": noop-logger.warn, "error": noop-logger.error}

Other packages similar to noop-logger

FAQs

Package last updated on 16 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc